home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1803 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  867 b 

  1. Path: news.ptd.net!news
  2. From: vcat@postoffice.ptd.net (veronica catrombon)
  3. Newsgroups: comp.lang.c++
  4. Subject: Borland vs MSFT DLL size
  5. Date: 13 Jan 1996 01:04:33 GMT
  6. Organization: The Pixel Shoppe
  7. Message-ID: <4d70f1$ods@ns2.ptd.net>
  8. NNTP-Posting-Host: cs1-07.hol.ptd.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=ISO-8859-1
  11. X-Newsreader: WinVN 0.99.5
  12.  
  13. I have a DLL that is 65K bytes using MSFT Visual C++,
  14. and is 287K using Borland 4.0.  Source code is the
  15. same and they both work OK.   I've tried many ways
  16. to shrink the DLL coming out of the Borland compiler,
  17. but can't come close to the 65K of Visual C++.
  18. The only obvious thing is that I can't get the
  19. standard Libraries to link dynamically (only the
  20. static option works) under the Linker options.
  21. Any clues as to how to get the Borland version to
  22. 65K like the Visual C++ version?  Thanks in advance.
  23.  
  24.